From 95fe7623ba32f8013a9e7dc4802af323e0e5b32e Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 13 Apr 2008 10:52:03 +0000 Subject: [PATCH] Add docs of osm format. --- gpsbabel/xmldoc/formats/options/osm-tag.xml | 6 ++++++ gpsbabel/xmldoc/formats/options/osm-tagnd.xml | 6 ++++++ gpsbabel/xmldoc/formats/osm.xml | 13 +++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 gpsbabel/xmldoc/formats/options/osm-tag.xml create mode 100644 gpsbabel/xmldoc/formats/options/osm-tagnd.xml create mode 100644 gpsbabel/xmldoc/formats/osm.xml diff --git a/gpsbabel/xmldoc/formats/options/osm-tag.xml b/gpsbabel/xmldoc/formats/options/osm-tag.xml new file mode 100644 index 000000000..752fa5508 --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/osm-tag.xml @@ -0,0 +1,6 @@ + + With this option you can preset OSM features (tags) on all exported ways. + + + gpsbabel -i gdb -f ways.gdb -o osm,tag="highway:motorway" -F ways.osm + diff --git a/gpsbabel/xmldoc/formats/options/osm-tagnd.xml b/gpsbabel/xmldoc/formats/options/osm-tagnd.xml new file mode 100644 index 000000000..f9b10abc9 --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/osm-tagnd.xml @@ -0,0 +1,6 @@ + + With this option you can preset OSM features (tags) on every written nodes. + + + gpsbabel -i gdb -f nodes.gdb -o osm,tagnd="amenity:pub;building:yes" -F nodes.osm + diff --git a/gpsbabel/xmldoc/formats/osm.xml b/gpsbabel/xmldoc/formats/osm.xml new file mode 100644 index 000000000..45c59419d --- /dev/null +++ b/gpsbabel/xmldoc/formats/osm.xml @@ -0,0 +1,13 @@ + + This format is used to exchange data with the OpenStreetMap project. + The main goal of this collaborative project is to create free editable maps. + + + These data files are XML based. Every GPS element (way or node) described by the files has a unique + number as identifier. When we write OSM data files and don't know something about the id's, + negative numbers will be used as identifier. This has beed tested with JOSM. + + + Because the resulting timestamps of OSM ways aren't in the manner of real GPS track, + we read OSM ways into routes. On the output side we write all available routes and tracks into the osm target file. + -- 2.30.2